func math.exp2

2 uses

	math (current package)
		exp.go#L146: 	return exp2(x)
		exp.go#L149: func exp2(x float64) float64 {